@charset "UTF-8";

header {
	padding: 0px;
	margin-left: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	margin: 0;
	padding: 5px;
	width: 1152px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

h1 {
	margin-top: 0px;
}

#oshirase p {
	padding-left: 15px;
}

#tikatetu h3 {
	font-size: 13px;
	border: solid 2px #ff0000;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#tikatetu h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#tikatetu p {
	margin-bottom: 5px;
}

#tikatetu a {
	display: block;
	margin-left: 15px;
}

#tikatetu {
	width: 480px;
	height: 98px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;

}

#shibasu h3 {
	font-size: 13px;
	border: solid 2px #0000ff;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#shibasu h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#shibasu p {
	margin-bottom: 5px;
}

#shibasu a {
	display: block;
	margin-left: 15px;
}

#shibasu {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;

}

#joshaken h3 {
	font-size: 13px;
	border: solid 2px #008000;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#joshaken h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#joshaken p {
	margin-bottom: 5px;
}

#joshaken a {
	display: block;
	margin-left: 15px;
}

#joshaken {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#kotukyoku h3 {
	font-size: 13px;
	border: solid 2px #ffa500;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#kotukyoku h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#kotukyoku p {
	margin-bottom: 5px;
}

#kotukyoku a {
	display: block;
	margin-left: 15px;
}

#kotukyoku {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#sonota h3 {
	font-size: 13px;
	border: solid 2px #808080;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#sonota h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#sonota p {
	margin-bottom: 5px;
}

#sonota a {
	display: block;
	margin-left: 15px;
}

#sonota {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#oshirase {
	background-color: #ffffff;
	margin: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	max-width: 500px;
	height: 780px;
}

#oshirase h2 {
	border-bottom: 1px solid #0000ff;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
}



#nav a {
	font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav {
	display: block;
}

#nav {
	list-style: none;
	overflow: hidden;
}

#nav li {
	width: 170px;
	text-align: center;
	background-color: #0000cd;
	float: left;
	height: 50px;
	line-height: 50px;
	border: solid 1px #ffffff;
	transition: all  0.3s ease;
}

#nav li:hover {
	background-color: #4169e1;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

#nav ul {
	margin-right: auto;
	margin-left: auto;
}

#nav #koko {
	width: 170px;
	text-align: center;
	background-color: #4169e1;
	float: left;
	height: 50px;
	line-height: 50px;
	border: solid 1px #ffffff;
	transition: all  0.3s ease;
}

#nav #koko a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display:flex;
    flex-flow: column;

}

h3 {
	width: 200px;
	height: 35px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#haikei {
	background-color: #d3d3d3;
	padding-bottom: 30px;
}

#ichi {
	font-size: 13px;
	width: 500px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#naiyouhaikei {
	background-color: #ffffff;
	max-width: 850px;
	height: 1000px;
	margin-left: 55px;
	margin-right: 55px;
}

#naiyou h2 {
	font-size: 25px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #0000ff;
}

#naiyou p {
	margin-left: 45px;
	margin-right: 45px;
}

#naiyou h3 {
	width: 300px;
	margin-left: 35px;
	padding-bottom: 0px;
	padding-top: 3px;
	border-left: solid 6px #0000cd;
}

#saitetsu {
	font-size: 9px;
}

#naiyou h4 {
	margin-left: 45px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 3px;
	border-left: solid 3px #0000cd;
}

table {
	border: solid 1px #000000;
	border-collapse: collapse;
	margin-left: 15px;
}

#kensetu {
	margin-left: 25px;
	margin-top: 20px;
}

#kensetu a {
	margin-left: 15px;
}

#sintyoku {
	text-align: center;
}

#header {
	border: solid 1px #000000;
	width: 400px;
	height: 45px;
	text-align: center;
	background-color: #32cd32;
}

#link1 {
	margin-left: 30px;
	margin-top: 5px;
	border-top: dotted 1px #000000;
	width: 780px;
	height: 100px;
}

#link1 a {
	display: block;
	padding-top: 20px;
	margin-left: 10px;
	font-size: 25px;
}

#link1 img {
	float: left;
}

#link1 p {
	margin-left: 0px;
	margin-top: 2px;
}

#link2 {
	margin-left: 30px;
	margin-top: 5px;
	border-top: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
	width: 780px;
	height: 100px;
}

#link2 a {
	display: block;
	padding-top: 20px;
	margin-left: 10px;
	font-size: 25px;
}

#link2 img {
	float: left;
	margin: 10px;
}

#link2 p {
	margin-left: 0px;
	margin-top: 2px;
}

#haikei img {
	margin-left: 20px;
}

#tikatetumenu {
	margin-left: 15px;
	margin-top: 15px;
}

#tikatetumenu a img {
	margin-left: 5px;
}

#pickup {
	background-color: #ffffff;
	height: 600px;
	width: 450px;
	margin-left: 20px;
	margin-top: 15px; 
}

#pickup h3 {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom: solid 1px #0000ff;
	width: 430px;
}

#menu {
	background-color: #ffffff;
	height: 600px;
	width: 450px;
	margin-left: 20px;
	margin-top: 15px; 
}

#menu h3 {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom: solid 1px #0000ff;
	width: 430px;
}

#ticketNav ul li {
	background-color: #ffffff;
	width: 225px;
	height: 300px;
	padding: 0px;
	margin: 0 5px 20px 5px;
	list-style-type: none;
	float: left;
}

#ticketNav ul li p {
	padding: 10px 20px;
}

#ticketNav img {
	margin-left: 0px;
}

#ticketNav ul {
	width: 800px;
}

td {
	border: solid 1px #000000;
	padding: 5px;
}

footer {
	background-color: #ffffff;
}

footer p {
	color: #0000ff;
	padding-left: 20px;
	padding-top: 30px;
}

footer a {
	color: #0000ff;
	margin: 5px;
}

footer ul li {
	list-style-type: none;
}

#Fnav {
	padding-left: 10px;
}

#ekiichiran {
	background-color: #ffffff;
	margin-left: 15px;
	padding-bottom: 25px;
	width: 1000px;
}

#ekiichiran h2 {
	font-size: 25px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #0000ff;
}

#ekiichiran h3 {
	margin-left: 35px;
	padding-bottom: 0px;
	padding-top: 3px;
	border-left: solid 6px #0000cd;
}

#ekiichiran p {
	margin-left: 40px;
}

#ekiichiran h4 {
	margin-left: 45px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 3px;
	border-left: solid 3px #0000cd;
}

#ekiichiran li {
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 25px;
	list-style: none;

}

#ekiichiran table {
	width: 900px;
}

#ekiichiran h2 img {
	margin-left: 15px;
	margin-top: 0px;
	border: none;
}

#ekiichiran img {
	margin-left: 50px;
	margin-top: 10px;
	border: solid 1px #000000;
}

#hd {
	color: #0000ff;
	border: solid 2px;
	border-left: none;
	border-top: none;
	border-right: none;
	width: 50%;
	border-color: #0000ff;
}

#kd {
	color: #ff0000;
	border: solid 2px;
	border-left: none;
	border-top: none;
	border-right: none;
	width: 50%;
	border-color: #ff0000;
}

#hj {
	background-color: #e6e6ff;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

#kj {
	background-color: #ffe6e6;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

#hn {
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

#kn {
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

#jikokuhyo {
	width: 90px;
}

ul#Fnav li {
	float: left;
	padding-left: 5px;
	font-size: 13px;
}

#mapdownload {
	border: solid 1px;
	width: 230px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 15px;
}

#mapdownload img {
	border: none;
	margin: 0px;
}

#rosenzuimg {
	width: 770px;
	margin: 0 auto;
}

#rosenzuimg img {
	width: 770px;
	border: none;
	margin-top: 25px;
	margin-left: 0px;
}

#hutozi {
	font-weight:bold;
}

#ressyaichi {
	background-color: #0000ff;
	color: #ffffff;
	display: block;
	height: 45px;
	width: 295px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-decoration:none;
	transition : 0.5s;
	border-radius: 10px;
}

#ressyaichi a {
	color: #ffffff;
	display: block;
	margin-top: -23px;
	margin-bottom: 0px;
	padding-top: 8px;
	text-align: center;
	height: 40px;
	width: 295px;
	text-decoration: none;
}

#ressyaichi:hover {
	background-color: #4169e1;
	transition : 0.5s;
}

#sokoichiK h2 {
	font-size: 20px;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 40px;
	color: #ffffff;
	background-color: #008000;
}

.station-name {
	font-weight: 900;
	font-size: 15px;
	margin-left: 10px;
	margin-top: -12px;
	text-align: left;
	width: 60px;
	z-index: 2;
}

.align-items {
	align-items: center;
    display: flex;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
}

#K01 {
	border-top: solid 1px #808080;
	margin-top: 50px;
	height: 135px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#K01 img {
	width: 17px;
	height: 17px;
	margin-top: -19px;
	position: absolute;
	left: 46.7%;
}

#K02 {
	border-top: solid 1px #808080;
	height: 135px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#K02 img {
	width: 17px;
	height: 17px;
	margin-top: -19px;
	position: absolute;
	left: 46.7%;
}

#K03 {
	border-top: solid 1px #808080;
	margin-top: 0px;
	height: 135px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#K03 img {
	width: 17px;
	height: 17px;
	margin-top: -19px;
	position: absolute;
	left: 46.7%;
}

#K04 {
	border-top: solid 1px #808080;
	margin-top: 0px;
	height: 135px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#K04 img {
	width: 17px;
	height: 17px;
	margin-top: -19px;
	position: absolute;
	left: 46.7%;
}

#K05 {
	border-top: solid 1px #808080;
	margin-top: 0px;
	height: 13.5px;
	align-items: center;
	justify-content: center;
	position: relative;
}

#K05 img {
	width: 17px;
	height: 17px;
	margin-top: -19px;
	position: absolute;
	left: 46.7%;
}

.train_position_div {
    display: flex;
    height: inherit;
    opacity: .06;
    width: 32px;

}

.train_position_right {
    left: calc(50% + 30px);
}

.train_position_left, .train_position_right {
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    width: 48px;
}

.trainPositon_vector_font {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}

.trainPositon_vector_icon {
    height: 28px;
    width: 26px;
}

#listbox {
	margin-left: 25px;
	margin-bottom: 25px;
}

#listbox li {
	list-style: '▷ ';
	height: 33px;
}

#listbox li a {
	color: #1862ed;
}



